home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / xnview / XnView-beta1.exe / XnView / WebTemplate / Visuddhi - Flash viewer [blue] / simpleviewer.css < prev    next >
Cascading Style Sheet File  |  2006-10-05  |  675b  |  45 lines

  1. /*
  2. '
  3. '**************************************
  4. ' Visuddhi - http://visuddhi.com
  5. ' Copyright (c) 2006 - Visuddhi
  6. ' All right reserved. 
  7. '**************************************
  8. '
  9. */
  10.  
  11. html, body {
  12.     height: 99%;
  13. }
  14. body { 
  15.     font-family: verdana;
  16.     background-color:#EBF2FA;
  17. }
  18. img { 
  19.     border: 0;
  20. }
  21. td { 
  22.     vertical-align: top;
  23. }
  24. div.header { 
  25.     padding: 4px;
  26.     text-align: center;
  27.     font-size: 26px;
  28.     font-weight: bold;
  29.     font-variant: small-caps;
  30.     color: #555;
  31.     background: #eee url('images/sfondo.gif') repeat-x;
  32.     border: 1px solid #ddd;
  33. }
  34.  
  35. div.footer {
  36.   margin: 20px;
  37.   text-align: center;
  38. }
  39.  
  40. div#flashcontent {
  41.     width:100%;
  42.     height:80%;
  43. }
  44.  
  45.